From: IOhannes m zmölnig Date: Fri, 12 Feb 2016 05:44:18 +0000 (+0100) Subject: renamed juce-utils to introjucer X-Git-Tag: archive/raspbian/5.4.5_ds0-1+rpi1~1^2~260 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=a1bb411c57e994063988369870e35846c1094617;p=juce.git renamed juce-utils to introjucer --- diff --git a/debian/README.Debian b/debian/README.Debian index af7e446d..8b7f0b9a 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -28,7 +28,7 @@ If you are developing your own JUCE application, you are of course free to follow upstream's advice. Installing the following packages will give you the 'Introjucer' as Debian packages while keeping your embedded-module-code workflow: - - juce-utils (contains the Introjucer) + - introjucer (contains the Introjucer) - juce-modules-source (contains the source-code for the JUCE modules) The 'Introjucer' as shipped with Debian has the following modification regarding @@ -76,6 +76,6 @@ I usually prefix these flags with JUCE_ (e.g. "CPPFLAGS" becomes You could recreate the Makefiles by running the project's .jucer file through Debian's "Introjucer" (the so-generated Makefiles allow both overriding of -*FLAGS and building verbosely), but adding 'juce-utils' to the Build-Depends is +*FLAGS and building verbosely), but adding 'introjucer' to the Build-Depends is probably an overkill. diff --git a/debian/control b/debian/control index 0c9a6619..ae49f6c0 100644 --- a/debian/control +++ b/debian/control @@ -77,7 +77,7 @@ Description: Jules' Utility Class Extensions (documentation) . This package contains html documentation for the JUCE API. -Package: juce-utils +Package: introjucer Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} @@ -106,4 +106,4 @@ Description: Jules' Utility Class Extensions (module sources) GUIs, and for handling graphics and sound. . This package provides the sources for the JUCE modules, as used by 'Introjucer' - projects. (Introjucer is provided in the 'juce-utils' package). + projects. (Introjucer is provided in the 'introjucer' package). diff --git a/debian/copyright_hints b/debian/copyright_hints index d74da693..85d332da 100644 --- a/debian/copyright_hints +++ b/debian/copyright_hints @@ -1022,9 +1022,9 @@ Files: ChangeList.txt debian/gbp.conf debian/git-tuneclone.sh debian/juce-modules-source.install - debian/juce-utils.install - debian/juce-utils.mime - debian/juce-utils.sharedmimeinfo + debian/introjucer.install + debian/introjucer.mime + debian/introjucer.sharedmimeinfo debian/libbuilder/AppConfig.h debian/libbuilder/Makefile debian/libbuilder/juce.pc.in diff --git a/debian/introjucer.install b/debian/introjucer.install new file mode 100644 index 00000000..3beca360 --- /dev/null +++ b/debian/introjucer.install @@ -0,0 +1,3 @@ +extras/Introjucer/Builds/Linux/build/Introjucer usr/bin +debian/libbuilder/build/juce.png usr/share/pixmaps/ +debian/Introjucer.desktop usr/share/applications/ diff --git a/debian/introjucer.mime b/debian/introjucer.mime new file mode 100644 index 00000000..ef0da3ed --- /dev/null +++ b/debian/introjucer.mime @@ -0,0 +1 @@ +application/x-juce; Introjucer '%s'; edit=Introjucer '%s'; test=test "$DISPLAY" != ""; priority=2 diff --git a/debian/introjucer.sharedmimeinfo b/debian/introjucer.sharedmimeinfo new file mode 100644 index 00000000..043dfa0b --- /dev/null +++ b/debian/introjucer.sharedmimeinfo @@ -0,0 +1,8 @@ + + + + + JUCE project + + + diff --git a/debian/juce-utils.install b/debian/juce-utils.install deleted file mode 100644 index 3beca360..00000000 --- a/debian/juce-utils.install +++ /dev/null @@ -1,3 +0,0 @@ -extras/Introjucer/Builds/Linux/build/Introjucer usr/bin -debian/libbuilder/build/juce.png usr/share/pixmaps/ -debian/Introjucer.desktop usr/share/applications/ diff --git a/debian/juce-utils.mime b/debian/juce-utils.mime deleted file mode 100644 index ef0da3ed..00000000 --- a/debian/juce-utils.mime +++ /dev/null @@ -1 +0,0 @@ -application/x-juce; Introjucer '%s'; edit=Introjucer '%s'; test=test "$DISPLAY" != ""; priority=2 diff --git a/debian/juce-utils.sharedmimeinfo b/debian/juce-utils.sharedmimeinfo deleted file mode 100644 index 043dfa0b..00000000 --- a/debian/juce-utils.sharedmimeinfo +++ /dev/null @@ -1,8 +0,0 @@ - - - - - JUCE project - - - diff --git a/debian/rules b/debian/rules index 8de2504b..2bf743c0 100755 --- a/debian/rules +++ b/debian/rules @@ -21,7 +21,7 @@ DEB_COPYRIGHT_CHECK_IGNORE_REGEX = \ DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(cdbs_make_curdestdir) prefix=/usr libdir=/usr/lib/${DEB_HOST_MULTIARCH}/ -DEB_INSTALL_MANPAGES_juce-utils=$(BUILDDIR)/Introjucer.1 +DEB_INSTALL_MANPAGES_introjucer=$(BUILDDIR)/Introjucer.1 DEB_INSTALL_CHANGELOGS_ALL=ChangeList.txt pre-build:: patch @@ -30,7 +30,7 @@ pre-build:: patch cp $(CURDIR)/examples/Demo/Builds/iOS/JuceDemo/Images.xcassets/AppIcon.appiconset/Icon-Spotlight-40.png \ $(BUILDDIR)/juce.png -common-binary-arch:: $(DEB_INSTALL_MANPAGES_juce-utils) +common-binary-arch:: $(DEB_INSTALL_MANPAGES_introjucer) $(BUILDDIR)/Introjucer.1: help2man -N --version-string="Introjucer $(DEB_UPSTREAM_VERSION)" -n "the JUCE project-management tool" debian/scripts/Introjucer-help2man > $@